projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556aacb
)
Added key binding C-t d, bound to `tumme-display-thumbs'.
author
Mathias Dahl
<mathias.dahl@gmail.com>
Mon, 6 Feb 2006 21:10:13 +0000
(21:10 +0000)
committer
Mathias Dahl
<mathias.dahl@gmail.com>
Mon, 6 Feb 2006 21:10:13 +0000
(21:10 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 76a9e706e8901c959ed175e975c7f06135c24f9b..f38a77edc6b20345bf3812701954e6484d8aebb2 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1247,6
+1247,8
@@
Do so according to the former subdir alist OLD-SUBDIR-ALIST."
(define-key map "\177" 'dired-unmark-backward)
(define-key map [remap undo] 'dired-undo)
(define-key map [remap advertised-undo] 'dired-undo)
+ ;; thumbnail manipulation (tumme)
+ (define-key map "\C-td" 'tumme-display-thumbs)
;; Make menu bar items.